home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / etc / openoffice / soffice.sh < prev    next >
Text File  |  2009-10-23  |  795b  |  22 lines

  1. # configuration file to set up some environment variables for OOo
  2.  
  3. # File locking; possible values are:
  4. # - yes:  enable file locking unconditionally
  5. # - no:   disable file locking
  6. # - auto: enable file locking, when the document is found on a nfs share
  7. # If the environment variable SAL_ENABLE_FILE_LOCKING is set,
  8. # the setting if ENABLE_FILE_LOCKING has no effect.
  9.  
  10. FILE_LOCKING=auto
  11.  
  12. # OpenGL support; may cause trouble with the restricted nvidia and fglrx
  13. # drivers; possible values are:
  14. # - yes:  enable OpenGL support unconditionally
  15. # - no:   disable OpenGL support.
  16. # - auto: only enable OpenGL support, if not running with the restricted
  17. #   nvidia and fglrx drivers.
  18. # If the environment variable SAL_NOOPENGL is set,
  19. # the setting if OPENGL_SUPPORT has no effect.
  20.  
  21. OPENGL_SUPPORT=no
  22.